www.gusucode.com > 忠网网站广告管理系统 ZonGG V1.3 > 忠网网站广告管理系统 ZonGG V1.3\code\GGpicCz.asp

    <html><head><title>忠网广告管理 --- 操作广告图</title>
<base target="I1">
<style>A:link,A:active,A:visited {text-decoration: none; color: #FFFFFF}
A:hover {text-decoration: underline; color:#ffffff}</style>
</head>
<body bgcolor="#3779CD" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
	<div align=center><center>
	<table width="100%" height="100%" cellspacing="0" cellpadding="0">
	<tr><td align=center width=100%>
	<%
	id=trim(request.querystring("id"))
	a=trim(request.querystring("a"))
	
	%>
	<iframe name="I1" marginwidth="1" marginheight="1" height="570" width="796" src="GGpic<%=a%>.asp?id=<%=id%>&u=<%=trim(request("u"))%>">
	</iframe></td></tr>
	<tr><td><div align="center">
	<center> 
	<table style="BORDER-COLLAPSE: collapse" bordercolor=#111111 cellspacing=0 
	cellpadding=0 width="100%" border=0>
	<tbody> 
	<tr> 
	<td width=10><img height=30 
	src="pic/left.jpg" 
	width=21></td>
	<td background="pic/mid.jpg" style="color: #FFFFFF; font-size: 9pt" ><a href="#" onclick=javascript:window.close()>
	<font size="2">关闭窗口</font></a><font size="2"> 
	<a href="GGpicTs.asp?id=<%=id%>&u=<%=trim(request("u"))%>">所属广告条</a> </font>
	<a href="javascript:this.location.reload();"><font size="2">刷新</font></a></td>
	<td width=21><img height=30 
	src="pic/right.jpg" 
	width=21></td>
	</tr>
	</tbody>
	</table>
	</center>
	</div>
	</td></tr></table> 
	</center></div>
 
</body></html>